Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FFmpeg/FFmpeg
base: 907101eb8395
Choose a base ref
...
head repository: FFmpeg/FFmpeg
compare: f1098eb97d3c
Choose a head ref
  • 12 commits
  • 16 files changed
  • 3 contributors

Commits on Jan 3, 2015

  1. ffserver: reindent compute_status()

    Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
    reynaldo committed Jan 3, 2015
    Copy the full SHA
    9e55130 View commit details
    Browse the repository at this point in the history
  2. ffserver: drop redundant else clause

    Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
    reynaldo committed Jan 3, 2015
    Copy the full SHA
    196bc03 View commit details
    Browse the repository at this point in the history
  3. ffserver: reflow rtsp_cmd_setup()

    Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
    reynaldo committed Jan 3, 2015
    Copy the full SHA
    ac1940b View commit details
    Browse the repository at this point in the history
  4. ffserver: reindent rtsp_cmd_setup()

    Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
    reynaldo committed Jan 3, 2015
    Copy the full SHA
    9975088 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2015

  1. avfilter/vf_sab: fix filtering tiny images

    Fixes out of array reads
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 4, 2015
    Copy the full SHA
    9bff052 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Factorize avpriv_mirror() out

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 5, 2015
    Copy the full SHA
    0f931b2 View commit details
    Browse the repository at this point in the history
  2. avformat/flvenc: omit more metadata elements with specific meaning

    Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 5, 2015
    Copy the full SHA
    5872138 View commit details
    Browse the repository at this point in the history
  3. avformat/rawdec: Make ff_raw_data_read_header() non static

    This is similar to the raw video read header
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 5, 2015
    Copy the full SHA
    dc265e2 View commit details
    Browse the repository at this point in the history
  4. avformat/rawdec: Add FF_DEF_RAWSUB_DEMUXER

    This is similar to the corresponding audio and video macros
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 5, 2015
    Copy the full SHA
    d1781fd View commit details
    Browse the repository at this point in the history
  5. avformat: add dvbsub demuxer

    This is needed for probing some dvbsub streams in mpegts
    
    Fixes part of ticket4221
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 5, 2015
    Copy the full SHA
    e313735 View commit details
    Browse the repository at this point in the history
  6. avformat/utils: add dvbsub to set_codec_from_probe_data()

    Fixes part of ticket 4221
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 5, 2015
    Copy the full SHA
    ce1e10a View commit details
    Browse the repository at this point in the history
  7. avformat/aiffdec: only read codec tag when there is space in header

    Signed-off-by: Peter Ross <pross@xvid.org>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    rouseabout authored and michaelni committed Jan 5, 2015
    Copy the full SHA
    f1098eb View commit details
    Browse the repository at this point in the history